/**
 *
 * HERO STYLES CSS - 11.04.2017
 * 
 */

/*------------------------------------*\
/* Full-Width Hero
\*------------------------------------*/

.hero-copy h1 {
    font-size: 64px;
    line-height: 52px;
    margin-top: 80px;
}

@media (max-width:768px) {
    .slider-home-nav.slider-hero-nav {
        border-radius: 4px;
    }
  
    .hero-no-copy {
        min-height: auto !important;
    }
  
    .hero-w-copy {
        background-color: #eeeded;
        background-image: none !important;
        min-height: auto !important;
    }
  
    .hero-copy {
        margin-bottom: 20px;
    }
  
    .hero-copy h1 {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 0;
    }
  
    .hero-copy h2 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .hero-no-copy {
        background-color: #eeeded;
        background-image: none !important;
    }
  
    .hero-no-copy .col-xs-12,
    .hero-w-copy .col-xs-12 {
        padding-bottom: 0 !important;
    }

    .hero-copy {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
  
    .hero-copy h1 {
        margin-top: 0 !important;
    }
}